home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #23 (Aug 87) / Dont panic source / DON'T PANIC RSRC TEXT < prev    next >
Text File  |  1990-01-01  |  2KB  |  146 lines

  1.  
  2. resource 'DLOG' (128) {
  3.     {40, 22, 338, 484},
  4.     noGrowDocProc,
  5.     visible,
  6.     goAway,
  7.     0x0,
  8.     22877,
  9.     "APPLETALK TEST DIALOG"
  10. };
  11.  
  12. resource 'DLOG' (129, "error") {
  13.     {78, 64, 278, 404},
  14.     dBoxProc,
  15.     visible,
  16.     goAway,
  17.     0x0,
  18.     13469,
  19.     "AppleTalk Error Messages"
  20. };
  21.  
  22. resource 'DITL' (22877) {
  23.     {    /* array DITLarray: 17 elements */
  24.         /* [1] */
  25.         {248, 44, 282, 135},
  26.         Button {
  27.             enabled,
  28.             "LOOKUP"
  29.         };
  30.         /* [2] */
  31.         {247, 187, 281, 278},
  32.         Button {
  33.             enabled,
  34.             "DISPLAY"
  35.         };
  36.         /* [3] */
  37.         {247, 326, 281, 417},
  38.         Button {
  39.             enabled,
  40.             "SEND"
  41.         };
  42.         /* [4] */
  43.         {8, 16, 32, 112},
  44.         StaticText {
  45.             disabled,
  46.             "DEVICE NAME:"
  47.         };
  48.         /* [5] */
  49.         {64, 16, 80, 152},
  50.         StaticText {
  51.             disabled,
  52.             "RECIEVED MESSAGE:"
  53.         };
  54.         /* [6] */
  55.         {120, 17, 136, 153},
  56.         StaticText {
  57.             disabled,
  58.             "SEND THIS MESSAGE:"
  59.         };
  60.         /* [7] */
  61.         {160, 224, 176, 368},
  62.         StaticText {
  63.             disabled,
  64.             "# OF DEVICES ON NET:"
  65.         };
  66.         /* [8] */
  67.         {186, 16, 202, 192},
  68.         StaticText {
  69.             disabled,
  70.             "CURRENT DEVICE SELECTED:"
  71.         };
  72.         /* [9] */
  73.         {208, 16, 225, 122},
  74.         StaticText {
  75.             disabled,
  76.             "CURRENT NAME:"
  77.         };
  78.         /* [10] */
  79.         {48, 160, 96, 416},
  80.         StaticText {
  81.             disabled,
  82.             ""
  83.         };
  84.         /* [11] */
  85.         {9, 120, 34, 297},
  86.         StaticText {
  87.             disabled,
  88.             "Mac's Name"
  89.         };
  90.         /* [12] */
  91.         {208, 128, 232, 392},
  92.         StaticText {
  93.             disabled,
  94.             ""
  95.         };
  96.         /* [13] */
  97.         {186, 197, 202, 293},
  98.         StaticText {
  99.             disabled,
  100.             ""
  101.         };
  102.         /* [14] */
  103.         {160, 376, 176, 416},
  104.         StaticText {
  105.             disabled,
  106.             ""
  107.         };
  108.         /* [15] */
  109.         {104, 160, 152, 416},
  110.         EditText {
  111.             disabled,
  112.             ""
  113.         };
  114.         /* [16] */
  115.         {8, 303, 32, 375},
  116.         StaticText {
  117.             disabled,
  118.             "DEVICE # :"
  119.         };
  120.         /* [17] */
  121.         {8, 379, 32, 458},
  122.         StaticText {
  123.             disabled,
  124.             ""
  125.         }
  126.     }
  127. };
  128.  
  129. resource 'DITL' (13469) {
  130.     {    /* array DITLarray: 2 elements */
  131.         /* [1] */
  132.         {8, 10, 120, 331},
  133.         StaticText {
  134.             disabled,
  135.             "Error Message."
  136.         };
  137.         /* [2] */
  138.         {166, 75, 189, 242},
  139.         StaticText {
  140.             disabled,
  141.             "Click Mouse to continue."
  142.         }
  143.     }
  144. };
  145.  
  146.